home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TPUG - Toronto PET Users Group
/
TPUG Users Group CD
/
TPUG Users Group CD.iso
/
AMIGA
/
AMICUS
/
AMICUS18.ADF
/
Progs
/
StarProbe
/
MSDOS.CHG
< prev
next >
Wrap
Text File
|
1989-01-27
|
364b
|
12 lines
Changes made to compile under MS-DOS with Microsoft C 4.0:
1. C compile error in 'spinit.c', line 14: cannot find file libraries/dos.h
changed
#include "libraries/dos.h"
to
#include <dos.h>
2. Filtered all source to convert to MSDOS format (with FILTER program).
3. Same as 1, but in spfit.c
4. Same as 1, but in sprpt.c